From: Keir Fraser Date: Tue, 5 Jan 2010 08:40:18 +0000 (+0000) Subject: libxenlight: install libxl.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12786 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=46a6b6e27e652d5e7a28384f329ad458f7828d84;p=xen.git libxenlight: install libxl.h Signed-off-by: Vincent Hanquez --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 325ce57a4f..e388e0bd8a 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -58,6 +58,7 @@ install: all ln -sf libxenlight.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libxenlight.so.$(MAJOR) ln -sf libxenlight.so.$(MAJOR) $(DESTDIR)$(LIBDIR)/libxenlight.so $(INSTALL_DATA) libxenlight.a $(DESTDIR)$(LIBDIR) + $(INSTALL_DATA) libxl.h $(DESTDIR)$(INCLUDEDIR) cd $(LIBCONFIG_SOURCE) && DESTDIR= $(MAKE) install .PHONY: clean